home *** CD-ROM | disk | FTP | other *** search
- // Design Time Java Socket implementation. (HPP)
-
- #ifndef _DTJFTP11_HPP
- #define _DTJFTP11_HPP
-
- #include "dtjobjct11.hpp"
- #include "dtjinet11.hpp"
-
- class METAEXPORTCLASSDEF DTJFTP11 : public DTJInternet11
- {
- public:
- DTJFTP11( const MetaObject * pMetaObj );
- virtual ~DTJFTP11();
-
-
- virtual void GenerateCode( MMCodeGeneration mmCodeGen,
- ostream& src,
- MMCodeGenerationParms& pGenParms );
- };
-
- // needed for mdreader
- typedef DTJFTP11 DTpowersoft__dot__powerj__dot__net__dot__FTP__dot__11;
-
- #endif // _DTJFTP11_HPP
-